Skip to content

Organization user affiliation error#2520

Merged
EveningStarlight merged 4 commits into
masterfrom
Organization-User-Affiliation-error
Jun 30, 2021
Merged

Organization user affiliation error#2520
EveningStarlight merged 4 commits into
masterfrom
Organization-User-Affiliation-error

Conversation

@EveningStarlight

Copy link
Copy Markdown
Contributor

adds a isUserAdmin query to the org details page.
If the user is not an admin, the Users tab is not rendered

fixes #2463

Comment on lines +68 to +73
if (isAdminData?.isUserAdmin) {
isAdmin = isAdminData.isUserAdmin

}
console.log("isAdmin: " + isAdmin)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just need to delete the console.log() and clean up the spacing and LGTM

@EveningStarlight EveningStarlight merged commit c99137a into master Jun 30, 2021
@EveningStarlight EveningStarlight deleted the Organization-User-Affiliation-error branch June 30, 2021 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Organization page is broken for "USER"s of orgs

2 participants